home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / DefineSprite_106 / frame_18 / DoAction.as
Text File  |  2012-01-07  |  165b  |  15 lines

  1. if(ending == 0)
  2. {
  3.    play();
  4. }
  5. else if(ending == 1)
  6. {
  7.    gotoAndStop("End2");
  8.    play();
  9. }
  10. else if(ending == 2)
  11. {
  12.    gotoAndStop("End3");
  13.    play();
  14. }
  15.